home *** CD-ROM | disk | FTP | other *** search
- Path: news.cencom.net!netnews
- From: wsenn@cencom.net (Will Senn)
- Newsgroups: comp.lang.c++
- Subject: getch() and cin
- Date: 19 Jan 1996 06:07:10 GMT
- Organization: Your Organization
- Message-ID: <4dncee$4g2@news.cencom.net>
- NNTP-Posting-Host: macomb_ppp__04.cencom.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- I would appreciate it if someone could tell me if there is a way
- to make cin read input without line buffering (waiting for the carriage
- return)? I know all about getch() in conio.h, however I would prefer
- sticking to stream input included in iostream.h. Any help along these lines
- would be greatly appreciated.
-
- Before anyone freaks, I spent several hours with the various search
- engines on the web as well as looking through a ton of related newsgroups
- before I posted this seemingly obvious question. The closest I came to an
- answer was a reference to a FAQ 309, a depressingly hard to find faq, quoted
- in the C++ Faq.
-
- Thanks for any help,
-
-
- Will
-
-